body {
    background-color: #e84c34;
    font-family: 'Times New Roman', Times, serif;

}

.topbar {
    background-color: black;
    color: white;
    font-size: larger;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
    flex-wrap: nowrap;
}

h2 {
    font-size: 2em;
    text-align: center;
    color: white;
}

.P1 {
    display: flex;
    height: calc(100% - 60px);
}

.left,
.right {
    flex: 1;
    height: 485px;
    display: flex;

}

.left {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;

}

.right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e84c34;

}

.left img {
    border: 2px solid black;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
    border-color: black;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.right img {
    height: 80%;
    width: 80%;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    
}

.left h1 {
    color: #FF4C4C;
    font-size: 4em;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
}

.bottom.bar.bar {
    background-color: white;
    color: black;
    margin-top: 7px;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    font-family: 'Lora', serif;
}

/* PAGE #2 */

.left.second,
.right.second {
    flex: 1;
    display: flex;
    border: 1px solid black;
}


.left.second {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    height: 600px;
    margin-top: 10px;
    width: auto;
}

.right.second {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0dcdc;
    height: 600px;
    margin-top: 10px;
}


.left.second img {
    border: none;
    background-color: #fff;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contents {
    justify-content: space-evenly;
    font-size: 40px;
}

.contents a {
    color: black;
    justify-content: center;
    text-decoration: underline;
    font-weight: bold;
}

/* PAGE #3 */

.left.third,
.right.third {
    flex: 1;
    height: auto;
    width: auto;
    display: flex;
}

.left.third {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    background-color: white;
    height: 600px;
    margin-top: 10px;
    width: 100%;

}

.right.third {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    display: flex;
    background-color: #e0dcdc;
    height: 600px;
    margin-top: 10px;
}

.left.third h1,
.left.third h2,
.left.third h3,
.left.third p,
.right.third h1,
.right.third p {
    width: 100%;
    text-align: center;
    margin: 18px 0;
    position: static;
    padding: 0;
    justify-content: space-evenly;
    margin-bottom: auto;
    font-family: 'Lora', serif;
}

.left.third h1 {
    font-size: 5em;
    color: #FF4C4C;
    text-transform: uppercase;
}

.left.third h2 {
    font-size: 2.5em;
    color: #FF4C4C;
}

.left.third h3 {
    font-size: 1.5em;
}

.left.third p {
    font-size: 1.1em;
    color: #222;
    align-items: center;
}

.DR {
    align-self: center;
    margin-bottom: 10%;
    padding: 12px 28px;
    font-size: 20px;
    background-color: #e84c34;
    color: #fff;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
    font-family: 'Lora', serif;
}


.right.third h1 {
    font-size: 5em;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.right.third p {
    font-size: 1.5rem;
    color: #222;
    text-align: center;
    margin: 0;
    padding: 40px;
    justify-content: space-around;
    max-width: 80%;
    align-self: center;
    display: inline-block;
    margin-bottom: 30%;
    font-family: 'Lora', serif;
}

/* PAGE #4 */

.left.fourth,
.right.fourth {
    flex: 1;
    height: auto;
    width: auto;
    display: flex;
}

.left.fourth {
    flex: 1;
    position: relative;
    background-color: white;
    height: 250px;
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
}

.right.fourth {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    background-color: #e0dcdc;
    height: 250px;
    margin-top: 10px;
}

.right.fourth img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;

}

.right.fourth h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #e84c34;
    font-size: 2.5em;
    width: 100%;
    margin: 0;
    z-index: 2;
    pointer-events: none;
}


.skill.left,
.skill.right {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
}

.skill.left {
    align-items: center;
    justify-content: center;
    background-color: white;
    font-size: larger;
    font-family: 'Lora', serif;
}

.skill.right {
    align-items: center;
    justify-content: center;
    background-color: #e0dcdc;
    font-size: larger;
    font-family: 'Lora', serif;

}

.Projects {
    height: 330px;
    background-color: #e0dcdc;
    margin-top: 10px;
}

.slider-container {
    position: relative;
    width: 80%;
    overflow: hidden;
    padding: 15px;
    background-color: #e0dcdc;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    background-color: #e0dcdc;
    animation: slider 40s linear infinite;
}

@keyframes slider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.slide {
    min-width: 250px;
    height: 250px;
    margin: 0 32px;
    background: #e84c34;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: white;
}

.Projects h1 {
    color: black;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
}

.slide img {
    transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.slide img:hover {
    transform: scale(1.07);
    z-index: 2;
}

strong {
    display: block;
    text-align: center;
    top: 5%;
    color: #e84c34;
    position: absolute;
    font-size: 30px;
    font-weight: bold;
}

/* PAGE #5 */

.contact-info {
    margin-top: 0px;
    text-align: center;
    color: white;
    margin: auto;
}

.contact-info h1 {
    font-size: 30px;
}

.contact-info p {
    font-size: 20px;
    font-family: 'Lora', serif;
}

.contact-form {
    max-width: 400px;
    align-items: center;
    margin: auto;
    text-align: left;
    font-family: 'Lora', serif;
}

label {
    color: white;
    font-size: 20px;
}

input[name] {
    width: 100%;
    padding: 8px;
}

input[email] {
    width: 100%;
    padding: 8px;

}

textarea[name="message"] {
    width: 100%;
    padding: 6px;
    height: 50%;
}

button[type="submit"] {
    background: black;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

/* MEDIA QUERY #1 */

@media (max-width: 625px) {
    body {
        background-color: #e84c34;
    }

    /* PAGE #1 */

    .topbar {
        background-color: black;
        color: white;
        font-size: larger;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        width: 100%;
        margin-bottom: 10px;
    }

    .P1 {
        display: flex;
        height: calc(100% - 60px);
    }

    .left,
    .right {
        flex: 1;
        height: 242px;
        display: flex;

    }

    .P1 {
        flex-direction: column;
    }

    .left {
        flex: none;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .right {
        flex: none;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .left img {
        align-items: center;
        background-color: #fff;
        border-color: black;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border: 2px solid black;
    }

    .right img {
        height: 80%;
        width: 80%;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        border: 2px solid #222;
    }

    .left h1 {
        color: #FF4C4C;
        font-size: 2em;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
    }

    .bottom.bar.bar {
        background-color: white;
        color: black;
        margin-top: 7px;
        padding: 8px;
        text-align: center;
        font-size: 20px;
        font-family: 'Lora', serif;
    }

    /* PAGE #2 */
    .left.second,
    .right.second {
        flex: 1;
        display: flex;
        border: 1px solid black;
    }


    .left.second {
        flex: none;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        height: 270px;
        margin-top: 10px;
        width: auto;
    }

    .right.second {
        flex: none;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e0dcdc;
        height: 300px;
        margin-top: 10px;
    }


    .left.second img {
        border: none;
        background-color: #fff;
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
    }

    .contents {
        justify-content: space-evenly;
        font-size: 20px;
    }

    .contents a {
        color: black;
        justify-content: center;
        text-decoration: underline;
        font-weight: bold;
    }


    /* PAGE #3 */

    .left.third,
    .right.third {
        flex: 1;
        height: auto;
        width: auto;
        display: flex;
    }

    .left.third {
        flex: none;
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: white;
        height: 285px;
        margin-top: 10px;
        width: 100%;
    }

    .right.third {
        flex: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
        display: flex;
        background-color: #e0dcdc;
        height: 285px;
        margin-top: 10px;
    }



    .left.third h1,
    .left.third h2,
    .left.third h3,
    .left.third p {
        width: 100%;
        text-align: center;
        margin: 18px 0;
        position: static;
        padding: 0;
        justify-content: space-evenly;
        margin-bottom: auto;
        font-family: 'Lora', serif;
    }

    .left.third h1 {
        font-size: 3em;
        color: #FF4C4C;
        text-transform: uppercase;
    }

    .left.third h2 {
        font-size: 1em;
        color: #FF4C4C;
    }

    .left.third h3 {
        font-size: 1.2em;
    }

    .left.third p {
        font-size: 1em;
        color: #222;
        align-items: center;
    }

    .DR {
        align-self: center;
        margin-bottom: 10%;
        padding: 12px 28px;
        font-size: 10px;
        background-color: #e84c34;
        color: #fff;
        border: none;
        border-radius: 25px;
        text-decoration: none;
        font-weight: bold;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: background 0.2s, transform 0.2s;
        cursor: pointer;
        font-family: 'Lora', serif;
    }


    .right.third h1 {
        font-size: 3em;
        color: black;
        text-transform: uppercase;
        font-weight: bold;
    }

    .right.third p {
        font-size: 1rem;
        color: #222;
        text-align: center;
        margin: 0;
        padding: 10px;
        justify-content: space-around;
        max-width: 80%;
        align-self: center;
        display: inline-block;
        margin-bottom: 20%;
        font-family: 'Lora', serif;
    }

    /* PAGE #4 */

    .left.fourth,
    .right.fourth {
        flex: 1;
        height: auto;
        width: auto;
        display: flex;
    }

    .left.fourth {
        flex: none;
        position: relative;
        background-color: white;
        height: 200px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .right.fourth {
        flex: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        display: flex;
        background-color: #e0dcdc;
        height: 80px;
    }

    .right.fourth img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .right.fourth h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #e84c34;
        font-size: 2em;
        width: 100%;
        margin: 0;
        z-index: 2;
        pointer-events: none;
    }


    .skill.left,
    .skill.right {
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 50%;
    }

    .skill.left {
        align-items: center;
        justify-content: center;
        background-color: white;
        font-size: 1em;
        font-family: 'Lora', serif;
    }

    .skill.right {
        align-items: center;
        justify-content: center;
        background-color: #e0dcdc;
        font-size: 1em;
        font-family: 'Lora', serif;

    }

    .skill.left h3,
    .skill.right h3 {
        font-size: 1.2em;
        color: #FF4C4C;
    }

    .Projects {
        height: 270px;
        background-color: #e0dcdc;
        margin-top: 10px;
    }

    .slider-container {
        position: relative;
        width: 80%;
        overflow: hidden;
        padding: 10px;
        background-color: #e0dcdc;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        background-color: #e0dcdc;
        animation: slider 40s linear infinite;
    }

    @keyframes slider {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }


    .slide {
        min-width: 250px;
        height: 200px;
        margin: 0 30px;
        background: #e0dcdc;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-weight: bold;
        position: relative;
        color: white;
    }

    .Projects h1 {
        color: black;
        text-align: center;
        text-decoration: underline;
        font-weight: bold;
        text-transform: uppercase;
    }

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
    }

    .slide img {
        transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
    }

    .slide img:hover {
        transform: scale(1.07);
        z-index: 2;
    }

    strong {
        display: block;
        text-align: center;
        top: 5%;
        color: #e84c34;
        position: absolute;
        font-size: 30px;
        font-weight: bold;
    }

    /* PAGE #5 */

    .contact-info {

        text-align: center;
        color: white;
        margin: auto;
    }


    .contact-info h1 {
        font-size: 25px;
        margin-top: 35px;
        text-transform: uppercase;
    }

    .contact-info p {
        font-size: 18px;
        font-family: 'Lora', serif;
    }

    .contact-form {
        max-width: 400px;
        align-items: center;
        margin: auto;
        text-align: left;
        font-family: 'Lora', serif;
    }

    label {
        color: white;
        font-size: 15px;
    }

    input[name] {
        width: 100%;
        padding: 8px;
    }

    input[email] {
        width: 100%;
        padding: 8px;
    }

    textarea[name="message"] {
        width: 100%;
        padding: 6px;
        height: 50%;
    }

    button[type="submit"] {
        background: black;
        color: white;
        padding: 10px 24px;
        border: none;
        border-radius: 6px;
        font-size: 12px;
        cursor: pointer;
    }
}

/* MEDIA QUERY #2 */

@media (max-width: 450px) {
    body {
        background-color: #e84c34;
    }

    /* PAGE #1 */

    .topbar {
        background-color: black;
        color: white;
        font-size: larger;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .P1 {
        display: flex;
        height: calc(100% - 60px);
    }

    .left,
    .right {
        flex: 1;
        height: 410px;
        display: flex;
    }

    .P1 {
        flex-direction: column;
    }

    .left {
        flex: none;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .right {
        flex: none;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .left img {
        align-items: center;
        background-color: #fff;
        border-color: black;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border: 2px solid black;
    }

    .right img {
        height: 80%;
        width: 80%;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        border: 2px solid #222;
    }

    .left h1 {
        color: #FF4C4C;
        font-size: 2em;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
    }

    .bottom.bar.bar {
        background-color: white;
        color: black;
        margin-top: 7px;
        padding: 8px;
        text-align: center;
        font-size: 20px;
        font-family: 'Lora', serif;
    }

    /* PAGE #2 */
    .left.second,
    .right.second {
        flex: 1;
        display: flex;
        border: 1px solid black;
    }


    .left.second {
        flex: none;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        height: 450px;
        margin-top: 10px;
        width: auto;
    }

    .right.second {
        flex: none;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e0dcdc;
        height: 450px;
        margin-top: 10px;
    }


    .left.second img {
        border: none;
        background-color: #fff;
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
    }

    .contents {
        justify-content: space-evenly;
        font-size: 20px;
    }

    .contents a {
        color: black;
        justify-content: center;
        text-decoration: underline;
        font-weight: bold;
    }


    /* PAGE #3 */

    .left.third,
    .right.third {
        flex: 1;
        height: auto;
        width: auto;
        display: flex;
    }

    .left.third {
        flex: none;
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: white;
        height: 450px;
        margin-top: 10px;
        width: 100%;
    }

    .right.third {
        flex: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
        display: flex;
        background-color: #e0dcdc;
        height: 450px;
        margin-top: 10px;
    }



    .left.third h1,
    .left.third h2,
    .left.third h3,
    .left.third p {
        width: 100%;
        text-align: center;
        margin: 18px 0;
        position: static;
        padding: 0;
        justify-content: space-evenly;
        margin-bottom: auto;
        font-family: 'Lora', serif;
    }

    .left.third h1 {
        font-size: 3em;
        color: #FF4C4C;
        text-transform: uppercase;
    }

    .left.third h2 {
        font-size: 1em;
        color: #FF4C4C;
    }

    .left.third h3 {
        font-size: 1.2em;
    }

    .left.third p {
        font-size: 1em;
        color: #222;
        align-items: center;
    }

    .DR {
        align-self: center;
        margin-bottom: 10%;
        padding: 12px 28px;
        font-size: 10px;
        background-color: #e84c34;
        color: #fff;
        border: none;
        border-radius: 25px;
        text-decoration: none;
        font-weight: bold;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: background 0.2s, transform 0.2s;
        cursor: pointer;
        font-family: 'Lora', serif;
    }


    .right.third h1 {
        font-size: 3em;
        color: black;
        text-transform: uppercase;
        font-weight: bold;
    }

    .right.third p {
        font-size: 1rem;
        color: #222;
        text-align: center;
        margin: 0;
        padding: 10px;
        justify-content: space-around;
        max-width: 80%;
        align-self: center;
        display: inline-block;
        margin-bottom: 20%;
        font-family: 'Lora', serif;
    }

    /* PAGE #4 */

    .left.fourth,
    .right.fourth {
        flex: 1;
        height: auto;
        width: auto;
        display: flex;
    }

    .left.fourth {
        flex: none;
        position: relative;
        background-color: white;
        height: 350px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .right.fourth {
        flex: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        display: flex;
        background-color: #e0dcdc;
        height: 120px;
    }

    .right.fourth img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .right.fourth h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #e84c34;
        font-size: 2em;
        width: 100%;
        margin: 0;
        z-index: 2;
        pointer-events: none;
    }


    .skill.left,
    .skill.right {
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 50%;
    }

    .skill.left {
        align-items: center;
        justify-content: center;
        background-color: white;
        font-size: 1em;
        font-family: 'Lora', serif;
    }

    .skill.right {
        align-items: center;
        justify-content: center;
        background-color: #e0dcdc;
        font-size: 1em;
        font-family: 'Lora', serif;

    }

    .skill.left h3,
    .skill.right h3 {
        font-size: 1.2em;
        color: #FF4C4C;
    }

    .Projects {
        height: 400px;
        background-color: #e0dcdc;
        margin-top: 10px;
    }

    .slider-container {
        position: relative;
        width: 80%;
        overflow: hidden;
        padding: 10px;
        background-color: #e0dcdc;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        background-color: #e0dcdc;
        animation: slider 40s linear infinite;
    }

    @keyframes slider {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }


    .slide {
        min-width: 300px;
        height: 300px;
        margin: 0 30px;
        background: #e0dcdc;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-weight: bold;
        position: relative;
        color: white;
    }

    .Projects h1 {
        color: black;
        text-align: center;
        text-decoration: underline;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
    }

    .slide img {
        transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
    }

    .slide img:hover {
        transform: scale(1.07);
        z-index: 2;
    }

    strong {
        display: block;
        text-align: center;
        top: 5%;
        color: #e84c34;
        position: absolute;
        font-size: 30px;
        font-weight: bold;
    }

    /* PAGE #5 */

    .contact-info {
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        margin: auto;
    } 


    .contact-info h1 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .contact-info p {
        font-size: 18px;
        font-family: 'Lora', serif;
    }

    .contact-form {
        max-width: 400px;
        align-items: center;
        text-align: left;
        font-family: 'Lora', serif;
        justify-content: center;
        align-items: center;
        height: 300px;
    }

    label {
        color: white;
        font-size: 15px;
    }

    input[name] {
        width: 80%;
        padding: 8px;
    }

    input[email] {
        width: 80%;
        padding: 8px;
    }

    textarea[name="message"] {
        width: 80%;
        padding: 6px;
        height: 50%;
    }

    button[type="submit"] {
        background: black;
        color: white;
        padding: 10px 24px;
        border: none;
        border-radius: 6px;
        font-size: 12px;
        cursor: pointer;
    }
}